netback: Copy skbuffs that are presented to the start_xmit() function
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 23 Apr 2007 15:37:03 +0000 (16:37 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 23 Apr 2007 15:37:03 +0000 (16:37 +0100)
commit693730095200181960429abe2fe39ad8134aeae7
treece2bf73825140c2522764a83d1783df63f9a5d19
parente969c5b9ee98a6f347f19e1f586b4116e0bfb1ed
netback: Copy skbuffs that are presented to the start_xmit() function
with a multi-page head buffer. The new skbuff will not have a
multi-page head buffer, which is a necessary restriction until this is
supported by the internals of the netback driver.
Signed-off-by: Steven Smith <ssmith@xensource.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/drivers/xen/netback/netback.c